home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / ansi / ldog114.zip / HISTORY.DOC < prev    next >
Text File  |  1992-09-25  |  7KB  |  174 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                                 Laughing Dog Screen Maker
  8.                                 -------------------------
  9.  
  10.                                U P D A T E    H I S T O R Y
  11.                               ------------------------------
  12.  
  13.                                    Release Version 1.14
  14.                                   ----------------------
  15.  
  16.                                Last Updated: September 1992
  17.                                ---------------------------
  18.  
  19.                This file contains  descriptions of the updates made to the
  20.                Laughing Dog Screen Maker program since the first release in
  21.                March 1992.
  22.  
  23.               --------------------------------------------------------------
  24.                                          LDOG.EXE
  25.               --------------------------------------------------------------
  26.           V1.01:
  27.                --Internal release only.
  28.  
  29.           V1.02:
  30.           20APR92 -- Fixed a bug in the PostScript output which caused the
  31.                alternate PrCh function to fail. For consistency, all file and
  32.                path names are now forcedto uppercase.
  33.  
  34.                --Fixed a bug introduced in V1.01 which prevented the PostScript
  35.                option from working correctly.
  36.  
  37.           V1.10:
  38.           25JUL92 -- Fixed a problem with the Set Last Screen Row dialog box
  39.                that would sometimes cause the row number to increment more than
  40.                one row at a time when using the mouse.
  41.  
  42.                --Initialize screen to White on Black ($0F) upon start-up.
  43.  
  44.                --Added ASCII Text output to the Generate Code/Export Menu. (See
  45.                READ.ME file for more info on using this feature)
  46.  
  47.                --Added the ability to automatically insert WildCat! and PCBoard
  48.                @variables into a screen using <cntl>-V hot key.(See READ.ME file
  49.                for more info on using this feature)
  50.  
  51.                --Limited the length of screen rows exported as PCBoard or
  52.                WildCat! BBS files to 79 chars. This change was necessary to
  53.                avoid screens displaying a blank line between each row from
  54.                within WildCat! and PCBoard on screens having a background color
  55.  
  56.  
  57.  
  58.           -- Laughing Dog Screen Maker HISTORY.DOC     Page 1 of 3 --
  59.  
  60.  
  61.  
  62.  
  63.  
  64.                other than black. The last row on the screen (row 79) is now
  65.                truncated.
  66.  
  67.                --Changed the colors used in the help screens.  People suffering
  68.                from certain kinds of color blindness were having trouble seeing
  69.                the green on black text, so the colors were changed to solve this
  70.                problem.  If it is still difficult to see, please let me know and
  71.                I will keep on adjusting until everyone can read the help
  72.                screens. (Unfortunately, the colors are hard-coded into the help
  73.                file, and cannot be user configured at this time).
  74.  
  75.           V1.11:
  76.           14AUG92 -- Removed the invalid WildCat! BBS @variables @NODESTAT###@
  77.                and @NODEUSER###@ from the WildCat! @Variable Menu.
  78.  
  79.           V1.12:
  80.           02SEP92 -- Although still not "officially" supported, EGA and VGA
  81.                extended screen modes (modes with more than the standard 25
  82.                screen rows, like 35-line mode, 50-line mode, etc.) work better
  83.                now.  Fixed the problem of the mouse cursor occasionally not
  84.                being able to move beyond the 25th row.  Fixed the problem of
  85.                getting multiple copies of a window, copied block, or BBS
  86.                @variables showing up on the screen when using the Make a Window,
  87.                Paste From File, or Insert BBS Variable features while UNDO was
  88.                active. NOTE: In order for LDOG to work with these extended
  89.                screen modes, the display must be in the mode prior to running
  90.                LDOG.EXE, if you start LDOG in one mode then shell out to DOS and
  91.                put the display in another mode, the screen will change, but LDOG
  92.                will behave as though the original mode is still in effect, not a
  93.                pretty sight...
  94.  
  95.           V1.13:
  96.           Internal release only
  97.  
  98.           V1.14:
  99.           25SEP92 -- Fixed a bug which caused the check mark to appear on the
  100.                wrong line of the Generate Code Menu when toggling the "AS
  101.                Monochrome" choice on and off.
  102.  
  103.                --Fixed a bug which sometimes caused the program not to return to
  104.                the default drive and directory upon quitting if the program was
  105.                executed through the DOS search path from another location on the
  106.                hard drive.
  107.  
  108.                --When Copy to File is selected from the Block Menu, the default
  109.                file name in the Save File dialog box now defaults to the last
  110.                block file name saved or pasted.
  111.  
  112.  
  113.  
  114.  
  115.  
  116.           -- Laughing Dog Screen Maker HISTORY.DOC     Page 2 of 3 --
  117.  
  118.  
  119.  
  120.  
  121.  
  122.                --Fixed a bug in the Color Pascal and Monochrome Assembly code
  123.                generated which prevented it from running correctly on some XT
  124.                computers with BIOS dates earlier than 1/10/86.
  125.  
  126.                --Added early binding to some functions in the PostScript code
  127.                generated which could speed PostScript printing somewhat.
  128.  
  129.                --Added the "/#copies 1 def" variable definition to the
  130.                PostScript code, which allows you to more efficiently print
  131.                multiple copies of screens by changing the "1" to the number of
  132.                copies you wish to print.
  133.  
  134.               --------------------------------------------------------------
  135.                                        LDOGSHOW.EXE
  136.               --------------------------------------------------------------
  137.           V1.01:
  138.           20APR92 -- Fixed the Copyright notice in the helpscreen
  139.  
  140.           V1.02:
  141.           21JUL92 -- Program has not changed since V1.01, it was just recompiled
  142.                with a different compiler.
  143.  
  144.           V1.03:
  145.           03SEP92 -- Fixed the bug which prevented a single file with a filename
  146.                beginning with a numeric character from being displayed.
  147.  
  148.  
  149.               --------------------------------------------------------------
  150.                                        LDOGRAB.EXE
  151.               --------------------------------------------------------------
  152.           V1.02:
  153.           21JUL92 -- Fixed a problem which caused unexpected results if a screen
  154.                being captured contained the characters with the values 0 or 255
  155.                (which would have shown up as spaces on the application screen).
  156.                These character values are now replaced with a normal space
  157.                character (32 decimal/20 hex).
  158.  
  159.           --------------------------------------------------------------
  160.                                        BLK2EPS.EXE
  161.           --------------------------------------------------------------
  162.  
  163.           13APR92 -- Fixed a bug which caused the alternate PrCh function to
  164.                fail. For consistency, all file and path names are now forced to
  165.                uppercase.
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.           -- Laughing Dog Screen Maker HISTORY.DOC     Page 3 of 3 --